return ((SwingBeanInfo)this).createBeanDescriptor(classJTabbedPane, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.TRUE, "shortDescription", "A component which provides a tab folder metaphor for displaying one component from a set of components."});
public PropertyDescriptor[] getPropertyDescriptors() {
Object[] var1 = new Object[]{"TOP", new Integer(1), "JTabbedPane.TOP", "LEFT", new Integer(2), "JTabbedPane.LEFT", "BOTTOM", new Integer(3), "JTabbedPane.BOTTOM", "RIGHT", new Integer(4), "JTabbedPane.RIGHT"};
return new PropertyDescriptor[]{this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("UI", new Object[]{"bound", Boolean.TRUE, "hidden", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The UI object that implements the tabbedpane's LookAndFeel"}), this.createPropertyDescriptor("tabCount", new Object[]{"shortDescription", "tabCount"}), this.createPropertyDescriptor("tabRunCount", new Object[]{"shortDescription", "tabRunCount"}), this.createPropertyDescriptor("model", new Object[]{"bound", Boolean.TRUE, "shortDescription", "The tabbedpane's SingleSelectionModel."}), this.createPropertyDescriptor("tabPlacement", new Object[]{"bound", Boolean.TRUE, "enumerationValues", var1, "preferred", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The tabbedpane's tab placement."}), this.createPropertyDescriptor("selectedIndex", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The tabbedpane's selected tab index."}), this.createPropertyDescriptor("selectedComponent", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The tabbedpane's selected component."})};